home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 744 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  2.1 KB

  1. Path: berry.elite.net!news
  2. From: lathropj@elite.net (John Lathrop)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: *****HELP*****
  5. Date: Sat, 06 Jan 1996 19:33:01 GMT
  6. Organization: Elite Networking - Merced, CA
  7. Message-ID: <4cmip0$fod@berry.elite.net>
  8. References: <4cjrfk$8fn@news.cc.utah.edu>
  9. NNTP-Posting-Host: @modem10.elite.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. bhchen@m.cc.utah.edu (Bing-Hung Chen) wrote:
  13.  
  14. >Hi, 
  15.  
  16. >Sorry if this is a beginner's stupid question:
  17. >I just installed full version of Borland C++(v4.0) into my P-100
  18. >machine.  When I first tested using the AppExpert to create a simple
  19. >program and run it, it gave me a message "couldn't create process." in
  20. >the end of compilation.  I've tried to reinstall the program and it
  21. >just gave me the same stuff error message.  Could someone kindly point
  22. >it out for me?  Thanks in advance.
  23.  
  24. >Marc Chen
  25. >bhchen@m.cc.utah.edu
  26.  
  27. I'm a beginner as well...so don't put too much hope in this response.
  28. However, I was having the same problem until I did this:
  29.  
  30. 1. In Windows, open the Borland C++4.0 program group.
  31. 2. Double click on the Borland C++ icon.  This brings up the IDE
  32. (Integrated Development Enviornment).
  33.  
  34. On the menu bar across the top of the window you will see a selection
  35. label Project
  36.  
  37. 3. Choose Project the New project.
  38.  
  39. 4. Select Application [.exe] from the Target Type list and DOS
  40. Standard from the Platform list.
  41.  
  42. 5. Click on the Advanced button (the one marked by the propeller-head
  43. symbol).
  44.  
  45. 6. Select .cpp as the Initial Node; then choose OK.
  46.  
  47. 7. Accept the defaults for the rest of the settings by choosing OK in
  48. the New Project Window.
  49.  
  50. At this point a Project window appears with an outline of the project
  51. components.  The [.exe] represents the target, and the [.cpp]
  52. represents the one and only component.
  53.  
  54. 8.  Double-click on the [.cpp] entry in the Project Window.
  55.  
  56. 9.  At this point, an editing window appears.  Type your program.  Be
  57. accurate.  Make sure it is C++.  Use one from a source that you know
  58. is correct.
  59.  
  60. 10. Then choose Debug and Run from the menu bar.  After a few seconds
  61. your program will work ....... I HOPE.
  62.     
  63. I hope this helps you.  I know how frustrating this can be!
  64.  
  65.